/* MAIN VISUAL */
.sec-visual .visual-slider {
  position: relative;
  width: 100%;
  height: 790px;
  overflow: hidden;
}

.sec-visual .visual-slider .swiper-slide {
  background: no-repeat center/cover;
}

.sec-visual .visual-slider .swiper-slide.right {
  padding-left: calc(50% + 120px);
}

.sec-visual .visual-slider .swiper-slide.slide01 {
  background-image: url("../img/slide-01.png");
}

.sec-visual .visual-slider .swiper-slide.slide02 {
  background-image: url("../img/slide-02.png");
}

.sec-visual .visual-slider .swiper-slide.slide03 {
  background-image: url("../img/slide-03.png");
}

.sec-visual .visual-slider .swiper-slide.slide04 {
  background-image: url("../img/slide-04.png");
}

.sec-visual .visual-slider .swiper-slide .inner {
  padding-top: 215px;
}

.sec-visual .visual-slider .swiper-slide .visual-text {
  color: #fff;
}

.sec-visual .visual-slider .swiper-slide .main-desc {
  margin-bottom: 26px;
  font-size: 2.5em;
  font-weight: 500;
}

.sec-visual .visual-slider .swiper-slide .main-desc strong {
  font-weight: 700;
}

.sec-visual .visual-slider .swiper-slide .main {
  margin-bottom: 64px;
  font-size: 4.8em;
  line-height: 1.4;
}

.sec-visual .visual-slider .swiper-slide .main .line-1,
.sec-visual .visual-slider .swiper-slide .main .line-2 {
  display: inline;
}

.sec-visual .visual-slider .swiper-slide .main .line-3 {
  display: block;
}

.sec-visual .visual-slider .swiper-slide .main img {
  padding-top: 6px;
}

.sec-visual .visual-slider .swiper-slide .sub-desc {
  font-size: 2em;
  line-height: 1.5;
}

.sec-visual .slider-progress {
  position: absolute;
  left: 0;
  top: 440px;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 10;
}

.sec-visual .slider-progress #bar {
  height: 2px;
  background: #fff;
}

.sec-visual .slider-progress #bar.on {
  animation: progress 8s ease-in-out forwards;
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.sec-visual .visual-menu {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1220px;
  transform: translateX(-50%);
  -webkit-box-shadow: 5px -5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px -5px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.sec-visual .menu {
  width: 50%;
}

.sec-visual .menu .title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 2.8em;
  line-height: 1;
}

.sec-visual .menu input,
.sec-visual .menu select {
  display: block;
  height: 38px;
  padding: 0 14px;
  font-size: 1.5em;
  line-height: 1;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

.sec-visual .menu input.submit {
  color: #fff;
  font-size: 1.8em;
}

.sec-visual .menu-request {
  padding: 28px 50px 25px;
  color: #fff;
  background: #5E4F44;
}

.sec-visual .menu-request .title a {
  display: block;
  padding-left: 26px;
  margin-left: 30px;
  font-size: 0.7857em;
  background: url("../img/ic_call_fff.png") no-repeat 0% 50%/18px;
}

.sec-visual .menu-request fieldset {
  display: flex;
  flex-wrap: wrap;
}

.sec-visual .menu-request .input-left {
  width: 390px;
}

.sec-visual .menu-request .input-right {
  width: calc(100% - 390px);
}

.sec-visual .menu-request .input-bottom {
  width: 100%;
  justify-content: space-between;
}

.sec-visual .menu-request input.name {
  width: 98px;
  border-right: 1px solid #999;
}

.sec-visual .menu-request input.tel {
  width: 149px;
  border-right: 1px solid #999;
}

.sec-visual .menu-request #category {
  width: 143px;
  color: #191919;
  background: #fff url("../img/ic_expand.png") no-repeat 90% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sec-visual .menu-request #category::-ms-expand {
  display: none;
}

.sec-visual .menu-request input.submit {
  width: 100%;
  background: #C4AA8B;
}

.sec-visual .menu-request .input-wrap.req {
  margin-bottom: 12px;
}

.sec-visual .menu-request input[type=checkbox] {
  height: auto;
  margin: 0 8px 0 0;
}

.sec-visual .menu-request .label-text {
  width: 100%;
  color: #dbdbdb;
  font-size: 1.4em;
  line-height: 1;
}

.sec-visual .menu-request .label-text a {
  text-decoration: underline;
}

/* .sec-visual .menu-search { padding: 28px 50px 0; background: #eeeff4; }
.sec-visual .menu-search input.keyword { width: 74.902%; padding: 0 13px 0 42px; background: #fff url('../img/ic_search.png') no-repeat 13px 50%; }
.sec-visual .menu-search input.submit { width: 25.098%; background: #5E4F44; } */
.sec-visual .menu-award {
  background: url("../img/banner-top.png") no-repeat center/cover;
}

.sec-visual .menu-award .ratio {
  padding-top: 27.8688%;
}

/* .sec-visual .menu-award .ratio::after {
  background-image: url("../img/award.png");
} */

.layer-popup-02 {
    left: 410px;
    width: 600px;
}

@media all and (max-width: 800px) {
  .sec-visual .visual-slider {
    height: 90vw;
  }
  .sec-visual .visual-slider .swiper-slide .inner {
    width: 100%;
    padding: 22vw 40px 0;
  }
  .sec-visual .visual-slider .swiper-slide.right {
    padding-left: 0;
  }
  .sec-visual .visual-slider .swiper-slide .main img {
    width: 200px;
  }
  .sec-visual .visual-slider .swiper-slide.slide01 {
    background-image: url("../img/m-slide-01.png");
  }
  .sec-visual .visual-slider .swiper-slide.slide02 {
    background-image: url("../img/m-slide-02.png");
  }
  .sec-visual .visual-slider .swiper-slide.slide03 {
    background-image: url("../img/m-slide-03.png");
  }
  .sec-visual .visual-slider .swiper-slide.slide04 {
    background-image: url("../img/m-slide-04.png");
  }
  .sec-visual .visual-slider .swiper-slide .main {
    margin-bottom: 56px;
  }

  .sec-visual .visual-slider .swiper-slide .main.three-lines {
    margin-bottom: 0px;
  }

  .sec-visual .visual-slider .swiper-slide .main.three-lines + .sub-desc {
    margin-top: 8%;
  }

  .sec-visual .visual-slider .swiper-slide .main .line-1,
  .sec-visual .visual-slider .swiper-slide .main .line-2 {
    display: block;
  }

  .sec-visual .visual-slider .swiper-slide .sub-desc {
    margin-top: 18%;
  }

  .sec-visual .slider-progress {
    top: 60vw;
  }
  .sec-visual .visual-menu {
    position: static;
    flex-wrap: wrap;
    width: 100%;
    transform: translateX(0);
  }
  .sec-visual .menu {
    width: 100%;
  }
  .sec-visual .menu-request {
    padding: 45px 40px 50px;
  }
  .sec-visual .menu-request form {
    position: relative;
    display: none;
    padding-top: 24px;
  }
  .sec-visual .menu-request form.on {
    display: block;
  }
  .sec-visual .menu-request .title {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .sec-visual .menu-request .title::after {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 20px;
    height: 12px;
    background: url("../img/ic_expand2.png") no-repeat center/cover;
    content: "";
    transform: translateY(-50%);
  }
  .sec-visual .menu-request .title.on::after {
    transform: scaleY(-1) translateY(12px);
  }
  .sec-visual .menu-request .title a {
    margin-left: 0;
    margin-top: 22px;
  }
  .sec-visual .menu-request fieldset {
    flex-direction: column;
  }
  .sec-visual .menu-request .input-left {
    order: 0;
    width: 100%;
  }
  .sec-visual .menu-request .input-right {
    order: 2;
    width: 100%;
    margin-top: 38px;
  }
  .sec-visual .menu-request .input-bottom {
    order: 1;
    flex-direction: column;
  }
  .sec-visual .menu-request .input-wrap {
    flex-direction: column;
  }
  .sec-visual .menu-request .input-wrap.req {
    margin-bottom: 0;
  }
  .sec-visual .menu-request input.name,
  .sec-visual .menu-request input.tel {
    width: 100%;
    height: 72px;
    margin-bottom: 14px;
    font-size: 2em;
    border-right: 0;
  }
  .sec-visual .menu-request #category {
    width: 100%;
    height: 72px;
    margin-bottom: 14px;
    font-size: 2em;
  }
  .sec-visual .menu-request input.submit {
    width: 100%;
    height: 72px;
    font-size: 2.5em;
  }
  .sec-visual .menu-request .input-wrap.chk {
    flex-direction: row;
    width: 100%;
    padding: 22px 28px;
    background: #fff;
  }
  .sec-visual .menu-request .input-wrap.chk.chk2 {
    display: flex;
    border-top: 1px solid #dbdbdb;
  }
  .sec-visual .menu-request .label-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #191919;
    font-size: 1.8em;
  }
  .sec-visual .menu-request input[type=checkbox] {
    width: 28px;
    height: 28px;
  }
  .sec-visual .menu-request .label-text a {
    margin-left: auto;
    color: #999;
  }
  .sec-visual .menu-search .title,
  .sec-visual .menu-search input.submit {
    display: none;
  }
  .sec-visual .menu-search {
    padding: 48px 40px;
  }
  .sec-visual .menu-search input.keyword {
    width: 100%;
    height: 72px;
  }
}
@media all and (max-width: 640px) {
  .sec-visual .visual-slider .swiper-slide .inner {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
  .sec-visual .visual-slider .swiper-slide .main {
    font-size: 7.8125vw;
    margin-bottom: 16vw;
  }

  .sec-visual .visual-slider .swiper-slide .main .line-1,
  .sec-visual .visual-slider .swiper-slide .main .line-2 {
    display: block;
  }

  .sec-visual .visual-slider .swiper-slide .main-desc {
    font-size: 4.375vw;
    margin-bottom: 3.4375vw;
  }
  .sec-visual .visual-slider .swiper-slide .sub-desc {
    font-size: 4.0625vw;
    margin-top: 20%;
  }

  .sec-visual .slider-progress {
    top: 66.2813vw;
  }
  .sec-visual .menu .title {
    font-size: 6.25vw;
  }
  .sec-visual .menu-request {
    padding: 7.0313vw 6.25vw;
  }
  .sec-visual .menu-request input.name,
  .sec-visual .menu-request input.tel,
  .sec-visual .menu-request #category {
    height: 11.25vw;
    font-size: 3.9063vw;
  }
  .sec-visual .menu-request .label-text {
    font-size: 3.5938vw;
  }
  .sec-visual .menu-request input.submit {
    height: 12.5vw;
    font-size: 4.6875vw;
  }
  .sec-visual .menu-search {
    padding: 7.5vw 6.25vw;
  }
  .sec-visual .menu-search input.keyword {
    height: 11.5625vw;
    font-size: 3.9063vw;
  }
  .sec-visual .menu-request input[type=checkbox] {
    width: 4.375vw;
    height: 4.375vw;
    margin-right: 1.5625vw;
  }
  .sec-visual .menu-request input.name,
  .sec-visual .menu-request input.tel {
    margin-bottom: 2.3438vw;
  }
  .sec-visual .menu-request fieldset .input-right {
    margin-top: 5.625vw;
  }
  .sec-visual .menu-request .label-text a {
    font-size: 0.8695em;
  }
  .sec-visual .menu input,
  .sec-visual .menu select {
    padding: 0 4.375vw;
  }
  .sec-visual .menu-request .input-wrap.chk {
    padding: 3.4375vw 4.375vw;
  }
  .sec-visual .menu-request #category {
    background-position: 93% 50%;
  }
  .sec-visual .menu-award {
    background: url("../img/banner-top-mo.png") no-repeat center/cover;
  }
}
@media all and (max-width: 560px) {
  .sec-visual .visual-slider .swiper-slide .main img {
    width: 148px;
  }
  .sec-visual .menu-request .title a {
    margin-top: 18px;
  }
}
/* FIELD */
/* .sec-field { position: relative; padding: 96px 0px 100px; text-align: center; }
.sec-field::after { position: absolute; left: 50%; top: 0; display: block; width: 1px; height: 70px;  margin-left: -0.5px; background: #d6d6d6; content: ""; }
.sec-field .sec-desc { margin-bottom: 48px; } */
/* CENTER */
.sec-center {
  height: 760px;
  overflow-y: hidden;
}

.sec-center .video-container {
  position: relative;
  /* top: 50%; transform: translateY(-50%); */
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  transform: scale(1.2);
}

.sec-center .video-container video {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
}

.sec-center .video-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sec-center ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.6);
}

.sec-center ul li {
  position: relative;
  flex-direction: column;
  width: 20%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.sec-center ul li:last-child {
  border-right: 0;
}

.sec-center ul li::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, rgba(94, 79, 68, 0) 0%,  rgba(94, 79, 68, 1) 100%);
  transition: 0.4s;
  content: "";
  z-index: 3;
}

.sec-center ul li:hover::after {
  height: 100%;
}

.sec-center ul li .txt {
  text-align: center;
  z-index: 5;
}

.sec-center ul li .eng {
  margin-bottom: 28px;
  color: #e6e8f0;
  font-size: 1.4em;
  line-height: 1.7;
}

.sec-center ul li h3 {
  color: #fff;
  font-size: 3.2em;
  line-height: 1;
}

.sec-center ul li .hidden-btn {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.4s;
  z-index: 4;
}

.sec-center ul li:hover .hidden-btn {
  height: auto;
  margin-top: 58px;
  opacity: 1;
}

.sec-center ul li .hidden-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 33px;
  font-size: 1.5em;
  font-weight: 600;
  background: #fff;
}

.sec-center ul li .hidden-btn a span {
  display: block;
  width: 19px;
  height: 8px;
  margin-left: 8px;
  background: url("../img/ic-arrow-2.png") no-repeat center/cover;
}

@media all and (max-width: 800px) {
  .sec-center {
    height: auto;
  }
  .sec-center .video-container {
    padding-top: 118.75%;
    transform: translateY(0%) scale(1.2);
  }
  .sec-center .video-container video {
    width: 215%;
    height: 100%;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .sec-center .video-container iframe {
    width: 215%;
    height: 100%;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .sec-center ul {
    flex-direction: column;
  }
  .sec-center ul li {
    position: relative;
    width: 100%;
    align-items: flex-start;
    padding: 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .sec-center ul li::before {
    position: absolute;
    right: 40px;
    top: 50%;
    display: block;
    width: 12px;
    height: 20px;
    transform: translateY(-50%);
    background: url("../img/ic_expand3.png") no-repeat center/cover;
    content: "";
  }
  .sec-center ul li .eng {
    margin-bottom: 6px;
    text-align: left;
  }
  .sec-center ul li .hidden-btn {
    display: none;
  }
}
@media all and (max-width: 640px) {
  /* .sec-field { padding-bottom: 15.625vw; } */
  .sec-center ul li {
    padding: 0 6.25vw;
  }
  .sec-center ul li .eng {
    font-size: 2.1875vw;
  }
  .sec-center ul li h3 {
    font-size: 5.625vw;
  }
}
/* NEWS */
.sec-news .inner {
  max-width: 1150px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  border-width: 0 1px 0 1px;
}

.sec-news .left-sec {
  width: 52.1739%;
  padding: 100px 45px;
  border-right: 1px solid #e5e5e5;
}

.sec-news .sec-title {
  font-weight: 600;
}

.sec-news .sec-desc {
  margin-bottom: 54px;
}

.sec-news .youtube {
  width: 100%;
  text-align: left;
}

.sec-news .youtube .ytb-thumb {
  position: relative;
  padding-top: 54.1176%;
  margin-bottom: 30px;
  background: #e5e5e5;
  cursor: pointer;
}
.sec-news .youtube .ytb-thumb img {
  position: absolute;
  top: 0;
  left: 0;
}

.sec-news .youtube .sub {
  margin-bottom: 20px;
  color: #5E4F44;
  font-size: 1.4em;
  font-weight: 700;
}

.sec-news .youtube .title {
  margin-bottom: 14px;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec-news .youtube .tag {
  color: #767676;
  font-size: 1.5em;
}

.sec-news .right-sec {
  width: 47.8261%;
  padding: 100px 45px 72px;
}

.sec-news .more {
  margin-bottom: 40px;
  text-align: right;
}

.sec-news .more a {
  color: #767676;
  font-size: 1.4em;
  font-weight: 500;
  text-decoration: underline;
}

.sec-news .news-list li {
  position: relative;
  padding: 0 8px 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #dbdbdb;
}

.sec-news .news-list li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.sec-news .news-list li .category {
  margin-bottom: 18px;
  font-size: 1.4em;
  font-weight: 700;
}

.sec-news .news-list li .category.type1 {
  color: #5E4F44;
}

.sec-news .news-list li .category.type2 {
  color: #C4AA8B;
}

.sec-news .news-list li .category span {
  font-weight: 400;
}

.sec-news .news-list li a {
  display: block;
  width: calc(100% - 58px);
  margin-bottom: 12px;
  font-size: 1.8em;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec-news .news-list li a:hover {
  font-weight: 600;
  text-decoration: underline;
}

.sec-news .news-list li .date {
  color: #767676;
  font-size: 1.4em;
  font-weight: 300;
}

.sec-news .news-list li .ic {
  position: absolute;
  right: 20px;
  bottom: 28px;
  display: block;
  width: 19px;
  height: 8px;
  background: url("../img/ic-arrow-3.png") no-repeat center/cover;
}

.sec-news .news-list li .ic.on {
  background-image: url("../img/ic-arrow-4.png");
}

.ytb-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: none;
}

.ytb-layer .layer-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.ytb-layer .layer {
  position: absolute;
  left: 50%;
  top: calc(50% + 80px);
  width: 90%;
  max-width: 1280px;
  background: #000;
  transform: translate(-50%, -50%);
}

.ytb-layer .layer .ratio {
  padding-top: 56.25%;
}

.ytb-layer .layer .close {
  position: absolute;
  left: 50%;
  top: -60px;
  width: 50px;
  height: 50px;
  padding-bottom: 3px;
  font-size: 36px;
  background: #fff;
  cursor: pointer;
}

.ytb-layer .layer .close span {
  font-size: 0;
}

@media all and (max-width: 800px) {
  .sec-news::after {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 1px;
    height: 70px;
    margin-left: -0.5px;
    background: #d6d6d6;
    content: "";
  }
  .sec-news .inner {
    flex-direction: column;
  }
  .sec-news .left-sec,
  .sec-news .right-sec {
    width: 100%;
  }
  .sec-news .left-sec {
    padding: 80px 40px 56px;
    margin-bottom: 12px;
    text-align: center;
  }
  .sec-news .right-sec {
    position: relative;
    padding: 50px 40px 200px;
    border-top: 12px solid #faf7f4;
  }
  .sec-news .more {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  .sec-news .more a {
    display: inline-block;
    padding: 15px 50px;
    border: 1px solid #191919;
    text-decoration: none;
    font-size: 1.8em;
    color: #191919;
  }
  .sec-news .news-list li .ic {
    width: 12px;
    height: 20px;
    background-image: url("../img/ic_arrow5_999.png");
    bottom: 50%;
  }
}
@media all and (max-width: 640px) {
  .sec-news::after {
    height: 12.5vw;
  }
  .sec-news .sec-desc {
    margin-bottom: 8.4375vw;
  }
  .sec-news .youtube .sub,
  .sec-news .youtube .tag {
    font-size: 3.75vw;
  }
  .sec-news .youtube .sub {
    margin-bottom: 16px;
  }
  .sec-news .youtube .title {
    font-size: 3.9063vw;
    margin-bottom: 10px;
  }
  .sec-news .news-list li {
    padding: 0 0 4.375vw;
    margin-bottom: 4.375vw;
  }
  .sec-news .news-list li a {
    width: calc(100% - 10.9375vw);
    font-size: 3.9063vw;
  }
  .sec-news .news-list li .category {
    font-size: 3.75vw;
  }
  .sec-news .news-list li .date {
    font-size: 3.4375vw;
  }
  .sec-news .news-list li .ic {
    right: 0;
    width: 1.875vw;
    height: 3.125vw;
  }
  .ytb-layer .layer {
    top: 50%;
  }
  .ytb-layer .layer .close {
    width: 7.8125vw;
    height: 7.8125vw;
    top: -10vw;
    font-size: 9vw;
  }
  .sec-news .left-sec {
    padding: 15.625vw 6.25vw 8.75vw;
  }
  .sec-news .right-sec {
    padding: 7.8125vw 6.25vw 29.6875vw;
  }
  .sec-news .more {
    bottom: 15.625vw;
  }
  .sec-news .more a {
    padding: 2.3438vw 7.8125vw;
    font-size: 3.75vw;
  }
}
/* DOCTOR */
.sec-doctor {
  background: url("../img/obj-doc-tntn-2.png") no-repeat center/cover;
}

.sec-doctor .inner {
  max-width: 1150px;
  height: 700px;
  padding: 0 50px;
}

.sec-doctor .left-sec {
  max-width: 450px;
}

.sec-doctor .left-sec > .sub {
  margin-bottom: 20px;
  color: #5E4F44;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.sec-doctor .left-sec h3 {
  margin-bottom: 60px;
  font-size: 3.2em;
  font-weight: 300;
}

.sec-doctor .left-sec h3 strong {
  font-size: 1.25em;
  font-weight: 600;
}

.sec-doctor .left-sec .desc .bold {
  margin-bottom: 28px;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.5;
}

.sec-doctor .left-sec .desc .sub-title {
  color: #191919;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 16px;
}

.sec-doctor .left-sec .desc .sub {
  color: #595959;
  font-size: 1.6em;
  line-height: 1.75;
}

.sec-doctor .signature {
  position: absolute;
  right: 15px;
  bottom: 130px;
  font-size: 1.4em;
  text-align: right;
}

.sec-doctor .signature strong {
  font-size: 1.07em;
}

.sec-doctor .signature .sig {
  width: 242px;
  margin-top: 15px;
}

.sec-doctor .signature .sig .ratio {
  padding-top: 16.1157%;
}

.sec-doctor .signature .sig .ratio::after {
  background-image: url("../img/signature_kim.png");
}

/* THESIS */
.sec-thesis {
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}

.sec-thesis::after {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 1px;
  height: 70px;
  margin-left: -0.5px;
  background: #d6d6d6;
  content: "";
}

.sec-thesis .sec-title {
  font-weight: 600;
}

.sec-thesis .sec-desc {
  margin-bottom: 55px;
}

.sec-thesis .thesis-slider {
  position: relative;
  padding-bottom: 50px;
}

.sec-thesis .swiper-slide {
  border: 1px solid #999;
  opacity: 0.3;
}

.sec-thesis .swiper-slide.swiper-slide-active,
.sec-thesis .swiper-slide.swiper-slide-prev,
.sec-thesis .swiper-slide.swiper-slide-next {
  opacity: 1;
}

.sec-thesis .slider-progress {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1280px;
  background: #f4eee5;
  transform: translateX(-50%);
  z-index: 10;
}

.sec-thesis .slider-progress #bar2 {
  height: 2px;
  background: #5E4F44;
}

.sec-thesis .slider-progress #bar2.on {
  animation: progress 5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

.layer-popup, .layer-popup-02, .layer-popup-01, .layer-popup-03, .layer-popup-04 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.layer-popup:not(.active), .layer-popup-02:not(.active), .layer-popup-01:not(.active), .layer-popup-03:not(.active), .layer-popup-04:not(.active) {
  display: none;
}
.layer-popup-01 {
  left: 610px;
}
.layer-popup-02 {
  left: 410px;
  width: 600px;
}
.layer-popup-03 {
  left: 410px;
}
.layer-popup-04 {
  left: 410px;
}
.layer-popup figcaption, .layer-popup-01 figcaption, .layer-popup-02 figcaption, .layer-popup-03 figcaption, .layer-popup-04 figcaption {
  font-size: 0;
  opacity: 0;
}
.layer-popup div, .layer-popup-01 div, .layer-popup-02 div, .layer-popup-03 div, .layer-popup-04 div {
  display: flex;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}
.layer-popup button, .layer-popup-01 button, .layer-popup-02 button, .layer-popup-03 button, .layer-popup-04 button {
  background-color: white;
  width: 50%;
  height: 2em;
  font-family: inherit;
}
.layer-popup button:hover, .layer-popup-01 button:hover, .layer-popup-02 button:hover, .layer-popup button:focus, .layer-popup-01 button:focus, .layer-popup-02 button:focus, .layer-popup-03 button:hover, .layer-popup-04 button:hover, .layer-popup-03 button:focus, .layer-popup-04 button:focus {
  font-weight: bold;
}
.layer-popup button:not(:last-child), .layer-popup-01 button:not(:last-child), .layer-popup-02 button:not(:last-child), .layer-popup-03 button:not(:last-child), .layer-popup-04 button:not(:last-child) {
  border-right: 1px solid gray;
}
.layer-popup .close, .layer-popup-01 .close, .layer-popup-02 .close, .layer-popup-03 .close, .layer-popup-04 .close {
  font-family: inherit;
}
.layer-popup .close:hover, .layer-popup-01 .close:hover, .layer-popup-02 .close:hover, .layer-popup .close:focus, .layer-popup-01 .close:focus, .layer-popup-02 .close:focus, .layer-popup-03 .close:hover, .layer-popup-04 .close:hover, .layer-popup-03 .close:focus, .layer-popup-04 .close:focus {
  font-weight: bold;
}
@media all and (max-width: 800px) {
  .sec-doctor {
    background: #faf7f4;
    height: auto;
  }
  .sec-doctor .inner {
    flex-direction: column;
    height: auto;
    padding: 100px 40px 0;
  }
  .sec-doctor .left-sec {
    width: 100%;
    max-width: 100%;
  }
  .sec-doctor .img-wrap {
    width: 100%;
  }
  .sec-doctor .img-wrap .ratio {
    padding-top: 84.0625%;
  }
  .sec-doctor .img-wrap .ratio::after {
    background-image: url("../img/bg-sig-tntn.png");
  }
  .sec-doctor .signature {
    bottom: 115px;
  }
  .sec-doctor .signature strong {
    display: block;
    margin-top: 12px;
    letter-spacing: 0.2em;
  }
  .sec-thesis {
    padding: 80px 0;
  }
  .sec-thesis .slider-progress {
    display: none;
  }
  /* .sec-awards .img .ratio {
    padding-top: 91.875%;
  } */
  /* .sec-awards .img .ratio::after {
    background-image: url("../img/m_obj_awards.png");
  } */
  .layer-popup, .layer-popup-01, .layer-popup-02, .layer-popup-03, .layer-popup-04 {
    top: 50%;
    transform: translateY(-50%);
  }
  .layer-popup-01, .layer-popup-02, .layer-popup-03, .layer-popup-04 {
    left: 0;
  }
  .layer-popup img, .layer-popup-01 img, .layer-popup-02 img, .layer-popup-03 img, .layer-popup-04 img {
    width: 100vw;
  }
  .layer-popup-01 {
    width: 100vw;
    z-index: 90;
  }
  .layer-popup-02 {
    width: 100vw;
  }
}
@media all and (max-width: 640px) {
  .sec-doctor .inner {
    padding: 15.625vw 6.25vw 0;
  }
  .sec-doctor .left-sec h3 {
    margin-bottom: 7.8125vw;
    font-size: 5vw;
  }
  .sec-doctor .left-sec h3 strong {
    font-size: 1.375em;
  }
  .sec-doctor .left-sec > .sub {
    font-size: 2.3438vw;
  }
  .sec-doctor .left-sec .desc .bold {
    margin-bottom: 4.375vw;
    font-size: 4.0625vw;
  }
  .sec-doctor .left-sec .desc .sub {
    font-size: 3.4375vw;
  }
  .sec-doctor .img-wrap {
    margin-top: 6.25vw;
  }
  .sec-doctor .signature {
    right: 6.25vw;
    font-size: 3.75vw;
    color: #595959;
  }
  .sec-doctor .signature strong {
    font-size: 1.6em;
  }
  .sec-thesis {
    padding: 15.625vw 6.25vw;
  }
  .sec-thesis::after {
    height: 12.5vw;
  }
  .sec-thesis .sec-desc {
    padding: 0 6.25vw;
    margin-bottom: 8.4375vw;
  }
  .sec-thesis .thesis-slider {
    padding-bottom: 0;
  }
}
@media all and (max-width: 560px) {
  /* .sec-doctor .inner { padding: 80px 6.25vw 0; } */
  .sec-doctor .signature {
    bottom: 85px;
  }
  .sec-doctor .signature .sig {
    width: 180px;
  }
}/*# sourceMappingURL=style.css.map */



.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.popup img {
  display: block;
  width: 100%;
  height: auto;
}

.popup button {
  background-color: white;
  width: 50%;
  height: 2em;
  font-family: inherit;
}
.popup button:hover {
  font-weight: bold;
}
.popup button:not(:last-child) {
  border-right: 1px solid gray;
}
.popup .close {
  font-family: inherit;
}
.popup .close:hover {
  font-weight: bold;
}

.popup .pop_close {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 10px;
  background: #fff;
  font-family: inherit;
}
/* .popup .pop_close .noMore {
  display: flex;
  align-items: center;
}
.popup .pop_close .noMore input {
  margin-right: 5px;
}
.popup .pop_close .close {
  cursor: pointer;
}
.popup .pop_close .close:hover,
.popup .pop_close .close:focus {
  font-weight: bold;
} */

@media all and (max-width: 800px) {
  .popup {
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
    width: 100vw !important;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
  }
  .popup img {
    width: 100vw !important;
  }
}